home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Mail / POPmail / MailCall / mailchk.readme < prev   
Encoding:
Text File  |  1992-03-16  |  1.8 KB  |  53 lines  |  [TEXT/UNIX]

  1. This directory contains:
  2.      mailchk.c
  3.      mailcall.hqx
  4.      and this readme file.
  5.  
  6. Mailchk and MailCall were written by Chris McNeil (cjm@unb.ca).
  7.  
  8. Mailchk is a udp based unix daemon that works with Mac POPmail II (version
  9. 2.02a or later) and MailCall.  MailCall is a small (70k RAM) background
  10. only-application that queries the Mailchk daemon every 4 minutes to ask
  11. if new mail has arrived.  If there is any new mail, MailCall will
  12. rotate the Apple icon with a small envelope icon using Notification
  13. Manager until the Mac user fetches the mail using POPmail.
  14.  
  15. You can only (currently) use MailCall and mailchk if your mail server
  16. is a unix machine.  You cannot use it with MailStop servers.
  17.  
  18. 1.  Open mailchk.c and edit the line: 
  19.  
  20.  char *MAILCK ="/bin/grep -c '^From ' /usr/mail/.
  21.  
  22. so that the path of grep and the mail spool directories are correct for
  23. your machine.
  24.  
  25. 2.  To install mailchk, make mailchk and move it to /usr/local/etc/ or some
  26. other convenient location.  Put the following line in /etc/services file
  27. mailchk         2371/udp
  28.  
  29. Put a line similar to the  following  in /etc/inetd.conf file
  30. mailchk dgram   udp     wait    root    /usr/local/etc/mailchk
  31.  
  32. 3.  Then restart  inetd by kill -1 process id
  33.  
  34.  
  35. 4.  Using MailCall.
  36. Start up POPmail and fetch your mail.  This will create a settings file
  37. for MailCall to use when checking for mail.
  38.  
  39. For System 6 (with MultiFinder) users, place the MailCall application
  40. somewhere on your hard disk.  Select it and make it the startup
  41. application (Set Startup menu item under Special menu).  
  42.  
  43. For System 7, drop the MailCall application into the Startup Items
  44. folder within the System Folder.
  45.  
  46. In either case, restart your Mac to get MailCall going.
  47.  
  48. Thats all.
  49. Chris McNeil
  50. cjm@jupiter.csd.unb.ca
  51.  
  52. Bugs to cjm@unb.ca and to popmail@boombox.micro.umn.edu
  53.